home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / Release Notes / Converting from ODF 1 / Convert.Dict < prev    next >
Encoding:
Text File  |  1996-09-19  |  8.4 KB  |  226 lines  |  [TEXT/MPS ]

  1. #Canon dictionary for marking changes from ODF1 to ODF2 - 2nd pass
  2.  
  3. #------------------------------
  4. # Simple renamings
  5.  
  6. #### copy from Rename.Dict
  7.  
  8. #------------------------------
  9. # Mark the EventHandler methods that return FW_Handled
  10.  
  11. AdjustCursor    xxFW_HandledxxAdjustCursor
  12. DoAdjustMenus    xxFW_HandledxxDoAdjustMenus
  13. DoBGMouseDown    xxFW_HandledxxDoBGMouseDown
  14. DoBGMouseDownInEmbeddedFrame    xxFW_HandledxxDoBGMouseDownInEmbeddedFrame
  15. DoCharKey        xxFW_HandledxxDoCharKey
  16. DoIdle            xxFW_HandledxxDoIdle
  17. DoMenu            xxFW_HandledxxDoMenu
  18. DoMouseDown        xxFW_HandledxxDoMouseDown
  19. DoMouseDownInEmbeddedFrame            xxFW_HandledxxDoMouseDownInEmbeddedFrame
  20. DoMouseDownInEmbeddedFrameBorder    xxFW_HandledxxDoMouseDownInEmbeddedFrameBorder
  21. DoMouseEnter    xxFW_HandledxxDoMouseEnter
  22. DoMouseLeave    xxFW_HandledxxDoMouseLeave
  23. DoMouseWithin    xxFW_HandledxxDoMouseWithin
  24. DoMouseUp        xxFW_HandledxxDoMouseUp
  25. DoMouseUpInEmbeddedFrame    xxFW_HandledxxDoMouseUpInEmbeddedFrame
  26. DoVirtualKey    xxFW_HandledxxDoVirtualKey
  27.  
  28. HandleAdjustMenus        xxFW_HandledxxHandleAdjustMenus
  29. HandleDraw                xxFW_HandledxxHandleDraw
  30. HandleIdle                xxFW_HandledxxHandleIdle
  31. HandleMenu                xxFW_HandledxxHandleMenu
  32. HandleMouseEnter        xxFW_HandledxxHandleMouseEnter
  33. HandleMouseLeave        xxFW_HandledxxHandleMouseLeave
  34. HandleMouseWithin        xxFW_HandledxxHandleMouseWithin
  35. HandleSuspendResumeEvent    xxFW_HandledxxHandleSuspendResumeEvent
  36. HandleWindowEvent        xxFW_HandledxxHandleWindowEvent
  37.  
  38. Dispatch                xxFW_HandledxxDispatch
  39. DispatchNullEvent        xxFW_HandledxxDispatchNullEvent
  40. DispatchMouseDownEvent    xxFW_HandledxxDispatchMouseDownEvent
  41. DispatchMouseUpEvent    xxFW_HandledxxDispatchMouseUpEvent
  42. DispatchEmbeddedMouseDownEvent    xxFW_HandledxxDispatchEmbeddedMouseDownEvent
  43. DispatchEmbeddedMouseUpEvent    xxFW_HandledxxDispatchEmbeddedMouseUpEvent
  44. DispatchBorderMouseDownEvent    xxFW_HandledxxDispatchBorderMouseDownEvent
  45. DispatchVirtualKeyDownEvent    xxFW_HandledxxDispatchVirtualKeyDownEvent
  46. DispatchVirtualKeyUpEvent    xxFW_HandledxxDispatchVirtualKeyUpEvent
  47. DispatchCharKeyEvent    xxFW_HandledxxDispatchCharKeyEvent
  48. DispatchActivateEvent    xxFW_HandledxxDispatchActivateEvent
  49. DispatchMenuEvent        xxFW_HandledxxDispatchMenuEvent
  50. DispatchWindowEvent        xxFW_HandledxxDispatchWindowEvent
  51. DispatchOSEvent            xxFW_HandledxxDispatchOSEvent
  52.  
  53. ShowPartInfo            xxFW_HandledxxShowPartInfo
  54. ShowSelectionInfo        xxFW_HandledxxShowSelectionInfo
  55.  
  56. #------------------------------
  57. # Mark functions (renamed or not) with an API change
  58.  
  59. AcquireEmbeddedFrame    xxAPIxxAcquireEmbeddedFrame
  60. AcquireEmbeddedPart        xxAPIxxAcquireEmbeddedPart
  61. AddProperties            xxAPIxxAddAnnotationProperties
  62. AdjustToNewLayout        xxAPIxxAdjustToNewLayout
  63. AcquireWorkingClip        xxAPIxxAcquireWorkingClip
  64. ClipOneEmbeddedFacet    xxAPIxxClipOneEmbeddedFacet
  65. DrawHighlight            xxAPIxxDrawFullHighlight
  66. ExternalizeData            xxAPIxxExternalizeData
  67. InternalizeData            xxAPIxxInternalizeData
  68. FulfillPromise            xxAPIxxFulfillPromise
  69. FW_CFacetClipper        xxAPIxxFW_CFacetClipper
  70. FW_COpenFileParameters    xxAPIxxFW_COpenFileParameters
  71. FW_CPrintHandler        xxAPIxxFW_CPrintHandler
  72. GetContainedObject        xxAPIxxAcquireContainedObject
  73. GetDataByPtr            xxAPIxxGetDataByPtr
  74. GetInterest                xxAPIxxGetInterest
  75. GetObjectContainedInPart    xxAPIxxAcquireObjectContainedInPart
  76. GetPartKind                xxAPIxxGetPartKind
  77. GetPoint                xxAPIxxGetPoint
  78. GetScrollUnits            xxAPIxxGetScrollUnits
  79. HideShowFloatingWindows    xxAPIxxHideShowFloatingWindows
  80. HighlightChanged        xxAPIxxHighlightChanged
  81. ::Initialize            xxAPIxxInitialize    #FW_CPart only
  82. InternalizeContent        xxAPIxxInternalizeContent
  83. MacTE                    xxAPIxxMacTE
  84. MakeReader                xxAPIxxMakeReader
  85. NewPartWindow            xxAPIxxNewPartWindow
  86. OpenDocument            xxAPIxxOpenDocument
  87. PrivAcquireContentScrollShape    xxAPIxxPrivAcquireContentScrollShape
  88. PrivNewPresentation        xxAPIxxNewPresentation
  89. PrivUpdateScrollParameters    xxAPIxxPrivUpdateScrollParameters
  90. PutPoint                xxAPIxxPutPoint
  91. ScrollPositionChanged    xxAPIxxScrollPositionChanged
  92. ::SetDrawingMode        xxAPIxxSetDrawingMode
  93. SetLabel                xxAPIxxSetLabel
  94. SetLocation                xxAPIxxSetLocation
  95. SetSize                    xxAPIxxSetSize
  96. SetText                    xxAPIxxSetText    #FW_CStaticText only
  97. TransferOwnership        xxAPIxxTransferOwnership
  98. UpdateScrollParameters    xxAPIxxUpdateScrollParameters
  99. ValidatePresentation    xxAPIxxValidatePresentation
  100.  
  101. FW_AcquireFileContainer    xxAPIxxFW_AcquireFileContainer
  102. FW_MakeSetLocalPropertyEvent    xxAPIxxFW_MakeSetLocalPropertyEvent
  103. MacGetFontStyle            xxAPIxxMacGetFontStyle
  104.  
  105. #constants changed to functions
  106. FW_kSystemFont    xxAPIxxFW_GetSystemFontName
  107. FW_kDefaultFont    xxAPIxxFW_GetDefaultFontName
  108. FW_kHelvetica    xxAPIxxFW_GetHelveticaFontName
  109. FW_kTimes        xxAPIxxFW_GetTimesFontName
  110. FW_kCourier        xxAPIxxFW_GetCourierFontName
  111. FW_kPalatino    xxAPIxxFW_GetPalatinoFontName
  112.  
  113. #Resource types
  114. FW_RAbout                xxAPIxxFW_RAbout
  115. FW_RMenuBar                xxAPIxxFW_RMenuBar
  116. FW_RRadioCluster        xxAPIxxFW_RRadioCluster
  117. FW_RScrollBarScroller    xxAPIxxFW_RScrollBarScroller
  118. FW_RScroller            xxAPIxxFW_RScroller
  119. FW_RStaticText            xxAPIxxFW_RStaticText
  120.  
  121. #------------------------------
  122. # Mark removed functions, variables, and types
  123.  
  124. ClearPartStorage    xxGonexxClearPartStorage
  125. GetSession            xxGonexxGetSession
  126. IsValidContentValue    xxGonexxIsValidContentValue
  127. IsPromised            xxGonexxIsPromised
  128.  
  129. gMacPICTDataType    xxGonexxgMacPICTDataType
  130. gMacPICTFileType    xxGonexxgMacPICTFileType
  131. gMachfsDataType        xxGonexxgMachfsDataType
  132. gMacTEXTFileType    xxGonexxgMacTEXTFileType
  133. gMacTEXTDataType    xxGonexxgMacTEXTDataType
  134. gMacMooVFileType    xxGonexxgMacMooVFileType
  135.  
  136. FW_CEmbeddingPresentation        xxGonexxFW_CEmbeddingPresentation
  137. ContainingPartPropertiesUpdated    xxGonexxContainingPartPropertiesUpdated
  138.  
  139. EmbeddedFacetAdded            xxGonexxEmbeddedFacetAdded
  140. EmbeddedFacetRemoved        xxGonexxEmbeddedFacetRemoved
  141. ExternalizeInScope            xxGonexxExternalizeInScope
  142. PrivEmbeddedFacetAdded        xxGonexxPrivEmbeddedFacetAdded
  143. RevealFrame                    xxGonexxRevealFrame    #FW_CEmbeddingFrame
  144. SetDragging                    xxGonexxSetDragging
  145. SetEmbeddedFramesViewType    xxGonexxSetEmbeddedFramesViewType
  146.  
  147. fClipboard                    xxGonexxfClipboard
  148. DisplayFrameClosed            xxGonexxDisplayFrameClosed
  149.  
  150. PrivAdjustScrollBar            xxGonexxPrivAdjustScrollBar
  151. fAutoScrollIncrement        xxGonexxfAutoScrollIncrement
  152. PrivChangeOffset            xxGonexxPrivChangeOffset
  153. ScrollDraw                    xxGonexxScrollDraw
  154. SetAutoScrollIncrement        xxGonexxSetAutoScrollIncrement
  155. IsInContentView                xxGonexxIsInContentView
  156. SubViewAdded                xxGonexxSubViewAdded
  157. SubViewRemoved                xxGonexxSubViewRemoved
  158.  
  159. FW_CViewAsIcon                xxGonexxFW_CViewAsIcon
  160. FW_CViewAsLargeIcon            xxGonexxFW_CViewAsLargeIcon
  161. FW_CViewAsSmallIcon            xxGonexxFW_CViewAsSmallIcon
  162. FW_CViewAsThumbnail            xxGonexxFW_CViewAsThumbnail
  163.  
  164. fSession                    xxGonexxfSession
  165. CreateEventHandlers            xxGonexxCreateEventHandlers
  166.  
  167. FW_PrivLimitScrolling        xxGonexxFW_PrivLimitScrolling
  168. FW_PrivCompareODDescTypes    xxGonexxFW_PrivCompareODDescTypes
  169. PrivDragging                xxGonexxPrivDragging
  170. SetThumbPosition            xxGonexxSetThumbPosition
  171.  
  172. DispatchMouseEnterEvent        xxGonexxDispatchMouseEnterEvent
  173. DispatchMouseLeaveEvent        xxGonexxDispatchMouseLeaveEvent
  174. DispatchMouseWithinEvent    xxGonexxDispatchMouseWithinEvent
  175.  
  176. GetAttributeByKey            xxGonexxGetAttributeByKey
  177. HasSubject                    xxGonexxHasSubject
  178. DeleteListItem                xxGonexxDeleteListItem
  179. GetTokenType                xxGonexxGetTokenType
  180. RegisterCallbacks            xxGonexxRegisterCallbacks
  181. RegisterCoercionFunction    xxGonexxRegisterCoercionFunction
  182. TypeIsSemanticObject        xxGonexxTypeIsSemanticObject
  183.  
  184. FW_QDGlobalRec        xxGonexxFW_QDGlobalRec
  185. FW_Milliseconds        xxGonexxFW_Milliseconds
  186. FW_TypeToken        xxGonexxFW_TypeToken
  187.  
  188. WVIEWRES        xxGonexxWVIEWRES
  189. LVIEWRES        xxGonexxLVIEWRES
  190. WMENURES        xxGonexxWMENURES
  191. LMENURES        xxGonexxLMENURES
  192. VIEWRES            xxGonexxVIEWRES
  193. MENURES            xxGonexxMENURES
  194.  
  195. FW_CReceiverInterestIterator    xxGonexxFW_CReceiverInterestIterator
  196. AddReceiver        xxGonexxAddReceiver
  197. RemoveReceiver    xxGonexxRemoveReceiver
  198.  
  199. FW_MCyberPart                xxGonexxFW_MCyberPart
  200. AcquireCyberExtension        xxGonexxAcquireCyberExtension
  201. MakeEventDispatcher            xxGonexxMakeEventDispatcher
  202. FW_CCyberDispatcher            xxGonexxFW_CCyberDispatcher
  203. FW_CCyberDogWindowHandler    xxGonexxFW_CCyberDogWindowHandler
  204.  
  205. #------------------------------
  206. # None of the above - mark with xxxx
  207.  
  208. ::Externalize        xxxxExternalize    #FW_CContent
  209. ::Internalize        xxxxInternalize    #FW_CContent
  210.  
  211. TranslateData        xxxxTranslateData
  212. AcquireContainingPartProperties    xxxxAcquireContainingPartProperties
  213. CreateEmbeddedFacet    xxxxCreateEmbeddedFacet
  214. GetModifiers        xxxxGetPlatformModifiers
  215. GetPartWindow        xxxxGetPartWindow
  216. GetPartWindowFrame    xxxxGetPartWindowFrame
  217. OpenPartWindow        xxxxOpenPartWindow
  218. GetUndo                xxxxGetUndo
  219. Embed                xxxxEmbed
  220.  
  221. FW_CreateArcRegion            xxxxFW_CreateArcRegion
  222. FW_CreateLineRegion            xxxxFW_CreateLineRegion
  223. FW_CreateOvalRegion            xxxxFW_CreateOvalRegion
  224. FW_CreatePolygonRegion        xxxxFW_CreatePolygonRegion
  225. FW_CreateRoundRectRegion    xxxxFW_CreateRoundRectRegion
  226.